Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/

Flappy Bird main.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/Flappy Bird main.png
164 Views
0 Comments
Media file
app.js /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/app.js
243 Views
0 Comments
document.addEventListener('DOMContentLoaded' , () => {
const bird = document.querySelector('.bird')
const gameDisplay =
bird2.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/bird2.png
160 Views
0 Comments
Media file
bottom-background.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/bottom-background.png
205 Views
0 Comments
Media file
download.jpg /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/download.jpg
151 Views
0 Comments
Media file
fb-game-background.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/fb-game-background.png
187 Views
0 Comments
Media file
flappy-bird.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/flappy-bird.png
190 Views
0 Comments
Media file
flappybird-pipe.png /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/flappybird-pipe.png
163 Views
0 Comments
Media file
images.jpg /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/images.jpg
181 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/index.html
481 Views
0 Comments
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Flappy Bird</title>
<link rel="sty
style.css /cody/swapnilsparsh/30DaysOfJavaScript/201 - FlappyBird Game/style.css
211 Views
0 Comments
body {
display: flex;
}

.game-container {
width: 500px;
height: 730px;
position: absolute;